home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Advisor / CD-ROM Advisor.iso / prodemo / demo / pdymain.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1995-09-29  |  1.3 KB  |  25 lines

  1. on enterFrame
  2.   global gNumberOfMainButtons, gCentersOfMainButtons, gMagicOffsetsOfMainButtons, gCastMemsOfMainButtons, gAniHasBeenViewed, gRadiusOfMainButton, gMagicH1, gMagicH2, gMagicV1, gMagicV2, gAnisForMainButtons, gNumberOfSmallButtons, gCentersOfSmallButtons, gMagicOffsetsOfSmallButtons, gCastMemsOfSmallButtons, gLabelsForSmallButtonActions, gRadiusOfSmallButtons, gIndexOfCurrentButton, gMouseDownInButton, gSmallButtonsOn, gIsMainButton, gIsSmallButton, gChannelForHighLights, gChannelForFreeFlash, gNextLabel, gMovieToPlay
  3.   set gNumberOfMainButtons to 5
  4.   set gCentersOfMainButtons to [[128, 254], [128, 109], [324, 109], [520, 109], [520, 254]]
  5.   set gMagicOffsetsOfMainButtons to [[-2, 1], [-2, 0], [-4, 0], [-1, -2], [-4, 1]]
  6.   set gCastMemsOfMainButtons to [25, 26, 27, 28, 29]
  7.   set gAniHasBeenViewed to [0, 0, 0, 0, 0]
  8.   set gRadiusOfMainButton to 56
  9.   set gNumberOfSmallButtons to 2
  10.   set gCentersOfSmallButtons to [[125, 440], [517, 440]]
  11.   set gMagicOffsetsOfSmallButtons to [[1, -4], [-1, -4]]
  12.   set gCastMemsOfSmallButtons to [31, 32]
  13.   set gLabelsForSmallButtonActions to ["free", "exit"]
  14.   set gRadiusOfSmallButtons to 32
  15.   set gMagicH1 to 226
  16.   set gMagicH2 to 420
  17.   set gMagicV1 to 188
  18.   set gMagicV2 to 359
  19.   set gAnisForMainButtons to ["Dylan.dxr", "Edna.dxr", "Loni.dxr", "Roland.dxr", "Bill.dxr"]
  20. end
  21.  
  22. on exitFrame
  23.   play movie "open.dxr"
  24. end
  25.